Neuronensprache (NSP)
Confidentiality Level: TOP SECRET
Usage: Only for the authorized personnel of the Department of Neuroelectronics and AI Conditioning
Status: 1940, "EDEN" Facility, Sector 2
▶ Main Purpose
The Neuronensprache (NSP) is a technical machine language developed for the direct neural control of the EDEN System. It simulates biological processes through electronic logic and replaces classical binary architecture with basic semantic programming structures.
▶ Instructions and Commands
Instruction | Meaning (German) | Technical Function | Example |
---|---|---|---|
HOCH | Hochfahren | Initializes the neural system (boot) | HOCH |
HALT | Stoppen / Anhalten | Ends the execution | HALT |
LAD | Ladebefehl | Loads B into A (from memory or input) | LAD NZ1 ← SPEICH[004A] |
ÜBG | Übergeben | Copies value from B to A | ÜBG NZ2 ← NZ1 |
SICH | Sichern | Stores value A at memory address | SICH NZ2 → SPEICH[BILD] |
VERG | Vergleichen | Compares A with B and sets FLAGGE | VERG NZ1 = "Human" → FLAGGE |
SPRUNG+ | Sprungbefehl (positive) | Jumps if FLAGGE is true | SPRUNG+ FLAGGE → #YES |
SPRUNG- | Sprungbefehl (negative) | Jumps if FLAGGE is false | SPRUNG- FLAGGE → #NOT_HUMAN |
SPRUNG0 | Sprungbefehl (unbedingt) | Jumps unconditionally | SPRUNG0 → #END |
SCHREIB | Schreiben | Emits textual, audio, or eletromagnetic output | SCHREIB "Hello, human." |
NULL | Nullwert | Null / empty / resettable value | SICH NULL → SPEICH[BILD] |
SPEICH[] | Speicheradresse | Memory address | SPEICH[0060] |
NZx | Neuronenzelle | Neural cell (internal register) | NZ1 , NZ2 , NZ3 |
FLAGGE | Vergleichsstatus / Flagge | Result of the last comparison | Used in SPRUNG+ , SPRUNG- |
#: | Sprungmarkierung | Code label / jump marker | #YES: , #END: |
WARTEN | Warten | Waits for N cycles or time units | WARTEN 5 |
LERN | Lernen | Learns or associates A with internal structure | LERN "Human" |
VERGESSE | Vergessen | Erases or disconnects memory associated with A | VERGESSE SPEICH[BILD] |
ERINNERN | Erinnern | Recalls or reactivates prior memory A | ERINER SPEICH[BILD] |
▶ Note
Execution of Neuronensprache routines must be subject to the absolute control of the central permission system. Runtime mutations, automatized learning, and self-association of memories must be logged within the maintenance layer of the EDEN core.
Created by: Dr. Gustavo Murbach
Approved by: Director of the Department of Applied Neurology – EDEN Facility
Distribution forbidden. Violations will be punished by death.